home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 June / PCWorld_2002-06_cd.bin / Software / TemaCD / arachno / Arachnophilia.exe / {app} / Arachnophilia.jar / ArachConf / FileData.txt < prev    next >
Encoding:
Text File  |  2002-04-09  |  2.3 KB  |  56 lines

  1. ;
  2. ; This is the database file for file types.
  3. ;
  4. ; Fields are separated by '|', and they are:
  5. ; type name | (t)ext/(b)inary | syntax marker class name | accepted file suffixes separated by commas
  6. ;
  7. ; An optional comment may be appended to a record line
  8. ; if it is preceded by ';'
  9. ;
  10. ; VERY IMPORTANT: the first listed file suffix must be the
  11. ; suffix of a template file for this file type
  12. ; located in the templates directory
  13. ; otherwise that template will not be detected
  14. ; example: The first text file suffix is 'txt'
  15. ; and there is a template file named:
  16. ; Templates/templates.txt
  17. ; therefore this file template will be used for new text files
  18. ;
  19. ; There must be at least one file suffix
  20. ; for each file type.
  21. ;
  22. ; File types without a defined syntax marker class
  23. ; (the class that defines the syntax coloring and styles)
  24. ; (meaning having a null marker field: ||)
  25. ; are not editable and will not be
  26. ; accepted by the text editor.
  27. ; To make a file type editable but with no syntax marker class,
  28. ; use "-" as below for the Text file type
  29. ;
  30. : Files must be identified as (t)ext/(b)inary so they
  31. ; can be correctly interpreted as text or binary files
  32. ; by the FTP service. Default is binary.
  33. ;
  34. ; P. Lutus 2-20-2002
  35. ;
  36. All|||*.*; this entry must remain for the option of listing all files
  37. Text|t|-|txt,text,doc,bat,log,tbd ; text files
  38. HTML|t|JArachTextArea.HTMLTokenMarker|html,htm,shtml,asp,stm,idc,htx,ssi,cfm,hts,css ; HTML files
  39. Graphic|b||gif,jpg,jpeg,png ; graphic files
  40. Java|t|JArachTextArea.JavaTokenMarker|java ; Java source files
  41. JavaScript|t|JArachTextArea.JavaScriptTokenMarker|js ; JavaScript source files
  42. Perl|t|JArachTextArea.PerlTokenMarker|pl,perl,pm ; Perl scripts
  43. C|t|JArachTextArea.CTokenMarker|c,h ; C source files
  44. C++|t|JArachTextArea.CCTokenMarker|cpp,cc,h ; C++ source files
  45. CGI|t|JArachTextArea.PerlTokenMarker|cgi ; CGI script files
  46. XML|t|JArachTextArea.XMLTokenMarker|xml;
  47. Python|t|JArachTextArea.PythonTokenMarker|python;
  48. PHP|t|JArachTextArea.PHPTokenMarker|php;
  49. RTF|T|-|rtf; RTF files
  50. Eiffel|t|JArachTextArea.EiffelTokenMarker|eiffel;
  51. Shell Script|t|JArachTextArea.ShellScriptTokenMarker|sh;
  52. SQL|t|JArachTextArea.SQLTokenMarker|sql;
  53. TSQL|t|JArachTextArea.TSQLTokenMarker|tsql;
  54. TeX|t|JArachTextArea.TeXTokenMarker|tex;
  55. Sound|b||mid,rmi,wav,ra,ram ; sound files
  56.